Welcome![Sign In][Sign Up]
Location:
Search - rgb to gray c

Search list

[OtherRGB_color_transform_gray_level_co-design_of_C_and_

Description: to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
Platform: | Size: 543364 | Author: Annbb | Hits:

[Graph programHthDip

Description: 数字图像处理实验vc源码,有RGB转换为YUV灰度图像,图像的直方图及中值滤波-digital image processing experiments vc source, RGB to YUV gray image, image histogram and median filtering
Platform: | Size: 4281344 | Author: llx | Hits:

[Special EffectsDigitalImageProcessing_v1

Description: 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图-This procedure is mainly learning image processing procedures will be used, including: color to gray, segement RGB,, mean filter, median filter, user defined thresholding, otsu, Histogram equalization, Sobel edge detection, Prewitt edge detection, and Edge detection can be the message to paste the image color lines
Platform: | Size: 1389568 | Author: Johnson Huang | Hits:

[OtherRGB_color_transform_gray_level_co-design_of_C_and_

Description: to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image -to use verilog code and c to translate a RGB bmp image (512* 512) to a gray level image
Platform: | Size: 701440 | Author: Annbb | Hits:

[Special Effectsgray-scale

Description: 属于图像预处理部分,转化后的灰度图仍是RGB图-Image Pre-processing is part of the transformation is still grayscale RGB Chart
Platform: | Size: 74752 | Author: 李建伟 | Hits:

[Special Effectsrgb_to_gray

Description: Rgb to Gray/hsv .by matlab. sourcedode
Platform: | Size: 2048 | Author: mooi | Hits:

[2D Graphicgray

Description: 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
Platform: | Size: 43008 | Author: Lu | Hits:

[GUI Developrgb_gray_convert

Description: RGB TO GRAY SCALE CONVERSION
Platform: | Size: 1024 | Author: mithi | Hits:

[Special Effects0454

Description: 《visual C++ 开发经验技术宝典》图像灰度处理,灰度处理是将图像中的彩色效果用灰度的层次感表达出来,灰度只有黑白两种颜色,但其黑白两种颜色的深浅有所不同,程序使用常用的RGB颜色转灰度的算法来实现图像灰度的效果。-"Visual C++ development experience technical book" grayscale image processing, gray-scale image processing is to use the gray color layering results expressed, gray only black and white colors, but it has the depth of black or white different programs use RGB color to grayscale common algorithm to achieve the effect of gray.
Platform: | Size: 331776 | Author: Matt | Hits:

[Special Effectstuxianggongcheng

Description: 一个圆形区域,从圆的底部到圆的顶部颜色从黑色渐变到白色,用C++编程绘制同样的图形,使用画点函数(SetPixel)进行绘制。基本要求可以使用各种灰度的像素颜色,高级要求只能使用黑白二色(RGB(0,0,0)和RGB(255,255,255)两种颜色)进行绘制,也就是要使用半调技术(halftune)或者抖动(dither)技术。-A circular area at the bottom of the circle to the circle from the top of the color gradient from black to white, with C++ programming to draw the same graph, using the drawing point function (SetPixel) to draw. You can use a variety of basic requirements of the pixel gray color, advanced requirements can only use black and white two-color (RGB (0,0,0) and RGB (255,255,255) in two colors) to paint, that is, to use the half-tone technique (halftune ) or jitter (dither) technology.
Platform: | Size: 413696 | Author: shenjiao | Hits:

[Special Effects1000

Description: ,用C++编程绘制同样的图形,使用画点函数(SetPixel)进行绘制。基本要求可以使用各种灰度的像素颜色,高级要求只能使用黑白二色(RGB(0,0,0)和RGB(255,255,255)两种颜色)进行绘制,也就是要使用半调技术(halftune)或者抖动(dither)技术。-All sorts of gray pixel color, senior require only a black-and-white two color (RGB (0) and RGB (255,255,255) two colors) draw, also is to use half adjustable technology (halftune) or dithering (dither) technology
Platform: | Size: 1929216 | Author: tanjian | Hits:

[OpenCVrgbg

Description: 借助于opencv库,用c++接口编写,绘制图像rgb以及灰度的直方图,并把相应的统计结果输出到txt。-With the opencv library c++ interface to write, draw the histogram of the image rgb and gray, and the corresponding statistical results output to txt.
Platform: | Size: 1024 | Author: 龙场 | Hits:

[LabViewNI_LabWindows_Image_process

Description: 在NI的labWindows(Labview的c语言版)开发环境下,使用C语言编写代码,开发图像的视图、修改、颜色处理、滤镜等功能。 其中,视图模块所要实现的功能是对数字图像的放大、缩小、旋转、翻转等功能;修改模块式实现数字图像的图像合成、降低分辨率等功能;颜色处理模块式实现对数字图像的灰度图像处理、RGB分量处理等功能;滤镜模块主要是实现对数字图像的锐化、模糊、浮雕、渗透、地板效果等功能。-In the NI labWindows (under the the Labview c language version) development environment, using C language code, developed image view, modify, color processing, filter functions. View modules to achieve the function of digital images to enlarge, shrink, rotate, flip, and functions modify the image synthesis of modular digital image, lower resolution functions gray color handling modular implementation of digital image image processing, RGB component processing functions Filter module digital image sharpening, blur, relief, penetration, floor effects.
Platform: | Size: 1150976 | Author: 林元陈 | Hits:

[matlabques2

Description: Write MATLAB code that will do the following. (a) Read different images from Matlab Library. Eg. Gray, Index, Colour, Binary images etc. (b) Convert the images from one mode to other. Eg. RGB GRAY, GRAY BINARY, RGB, BINARY INDEX etc. (c) Store the images in hard drive using different formats. -Write MATLAB code that will do the following. (a) Read different images from Matlab Library. Eg. Gray, Index, Colour, Binary images etc. (b) Convert the images from one mode to other. Eg. RGB GRAY, GRAY BINARY, RGB, BINARY INDEX etc. (c) Store the images in hard drive using different formats.
Platform: | Size: 1024 | Author: Rokibul Ahmed | Hits:

[Windows DevelopEmbossColander

Description: C#从动画方式生成图片的浮雕效果,一个图像浮雕处理的简单例子。程序将依次访问每个像素的RGB值,获取相邻两个像素的R、G、B值,计算与左上角像素的RGB分量之差,67:控制图片的最低灰度,128:常量,更改这两个值会得到不同的效果。-C# generates images from the animated relief effect, a simple example of a relief image processing. The program will in turn access the RGB values ​ ​ for each pixel, to obtain two adjacent pixels R, G, B value, the difference between the RGB components of the calculation and the upper left corner pixel, 67: Control picture of the lowest gray, 128: Constant Change these two values ​ ​ will get different results.
Platform: | Size: 67584 | Author: Farseeker | Hits:

[Dialog_WindowDigital-Image-Processing

Description: 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放(灰度插值)变换 五、 编程实现图象的FFT变换和反变换 六、 用逆滤波方法和维纳滤波方法恢复运动模糊图象(加噪声和不加噪声) 七、 编写程序实现灰度图象的分割: 1、阈值化算法:手动阈值、自动阈值(大津阈值) 2、区域生长 3、区域分裂合并-There is source code for learning C++ people one reads a grayscale image, write a program to display the image in any one pixel gray value. Second, the programming RGB color space to the HSV color space conversion, and by adjusting the H, S, V values achieve adjust image brightness, color and color saturation. Third, 1 gray linear transformation, piecewise linear transformation 2. histogram equalization 3. image normalized convolution: a variety of templates for low pass, high pass filter 4. image median filtering, the maximum filter minimum filtering, template selection pseudo-color image enhancement filter 5. four, plus 1 image, subtract, multiply, divide, and logic operations. 2. The image of image transformation, zoom images (grayscale interpolation) into five, programming image of FFT and inverse transform six, inverse filtering method and Wiener filtering method to restore motion blur image (plus noise and without noise) Seven, programming Grayscale image segmentation: 1, thresho
Platform: | Size: 1072128 | Author: zl | Hits:

[Embeded-SCM DevelopPIC16F1824_DMX512_RGB

Description: 基于PIC单片机开发的DMX512程序,接受标准DMX512信号并解码,控制RGB灰阶。(PIC microcontroller based on the development of DMX512 procedures, to accept the standard DMX512 signal and decode, control RGB gray scale.)
Platform: | Size: 1024 | Author: yuxuanwlfei | Hits:

[CSharp55593397tif7

Description: 读取tif图像 在C#中创建界面对话框 实现图像的灰度显示,rgb显示(Read TIF images, create interface dialog box in C#, to achieve gray-scale image display, RGB display)
Platform: | Size: 19139584 | Author: 鲁班 | Hits:

[Special EffectsGray_world

Description: matlab图像白平衡处理的灰度世界算法,输入bmp图片,最后显示白平衡处理后的图片。 需要根据实际的路径和图片名称更改第一行(MATLAB image white balance processing gray world algorithm, input the BMP picture, and finally display the white balance after the image. You need to change the first line according to the actual path and picture name, and remove the first line of notes (%RGB=imread ('c:/2.bmp');))
Platform: | Size: 513024 | Author: llsh | Hits:

CodeBus www.codebus.net